home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 851 b | 33 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWLink.k
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWLINK_K
- #define FWLINK_K
-
- // ----- For FW_BUILD_XXXX -----
- #ifndef FWBLDDEF_H
- #include "FWBldDef.h"
- #endif
-
- //========================================================================================
- // Constants shared by C++ and resource files
- //========================================================================================
-
- #ifdef FW_BUILD_MAC
-
- #define FW_kMacEditInLinkDialog 500
-
- #define FW_kFindSourceButtonID 1
- #define FW_kCancelEditButtonID 2
- #define FW_kBreakLinkButtonID 3
-
- #endif
-
- #endif // FWLINK_K
-